home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / RDR / @image.app / English.lproj / Palette.nib / data.classes next >
Text File  |  1994-12-14  |  447b  |  34 lines

  1. AIPaletteControl = {
  2.     ACTIONS = {
  3.     paletteItemGrabbed:;
  4.     };
  5.     OUTLETS = {
  6.     roundedRectWell;
  7.     upArrowWell;
  8.     lineWell;
  9.     circleWell;
  10.     triangleWell;
  11.     richTextWell;
  12.     starWell;
  13.     polygonWell;
  14.     window;
  15.     newPageWell;
  16.     pagenumWell;
  17.     dateWell;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. FirstResponder = {
  22.     ACTIONS = {
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. AIPaletteWell = {
  27.     ACTIONS = {
  28.     };
  29.     OUTLETS = {
  30.     delegate;
  31.     };
  32.     SUPERCLASS = View;
  33. };
  34.